/*css reset*/

body,
html {
  height: 100%;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  /*change*/
  font-size: 15px;
  /*change*/
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  /*change*/ 
  letter-spacing:-1px;
}

* {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit; }

li {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

input, select, textarea, button {
  box-sizing: border-box; }

button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none; }

@media screen and (min-width: 1000px) {
  /*change*/
  .br_m {
    display: none; } }

@media screen and (max-width: 1000px) {
  /*change*/
  .br_d {
    display: none; } }

